home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / canimcur.cpt / CAnimCursor & Friends ß4 / CAcurDesktop.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-05-13  |  384 b   |  30 lines

  1. /*
  2.  * CAcurDesktop.h
  3.  * Version 1.0b3, 13 May 1992
  4.  *
  5.  */
  6.  
  7.  
  8.  
  9. /********************************/
  10.  
  11. #pragma once
  12.  
  13. /********************************/
  14.  
  15. #include <CDesktop.h>
  16.  
  17. /********************************/
  18.  
  19.  
  20.  
  21. class CAcurDesktop : public CDesktop {
  22.     
  23. public:
  24.     
  25.     void            IAcurDesktop(CBureaucrat *aSupervisor);
  26.     
  27.     void            DispatchCursor(Point where, RgnHandle mouseRgn); // override
  28.     
  29. } ;
  30.